/********** FONTS **********/
@import url(http://fonts.googleapis.com/css?family=Lobster|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lato:300);

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
background: rgba(149,189,252,1.0); /*#f3f3f3; */
width: 100vw;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px solid #333333;
}

#topPage {
    height: auto; 
    /* background: #E2EFFF; /* lightblue; #B0C4DE;   slategray; #F0F8FF #FFFFFF; */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#topPage .topPage_container {
   position: relative;
   top: 0px;
   left: 0px;
   margin: 0px 0px 0px 0px;
/*   background: magenta; */ 
/*   background: #E2EFFF; /* lightblue; #B0C4DE;   slategray; #F0F8FF #FFFFFF; */
    width: 100vw;
    height: 100vh;
   background-image: url("/CUC_images/CUC_Gate.jpg");
   background-attachment: scroll;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

#topPage .topPage_slide {
    position: relative;
    left: 0vw;
    top: -4vh;
    overflow: hidden;
    width: 100vw;
    height: 104vh;
    background-image: url('/CUC_images/CUC_StudentsInLab_StereoScopes_SingleRow0122.jpg');
/*  background-image: url('CUC_images/Suburban_Med_Bldg_01.jpg'); */    
    background-size: cover; /*cover  contain; */
    background-position: center; /*50% 50%;*/
    background-repeat: no-repeat;
        -webkit-animation: anm01 60s infinite 0.01s forwards;
        -moz-animation: anm01 60s infinite 0.01s forwards;
            animation: anm01 60s infinite 0.01s forwards;
          -webkit-animation-timing-function: cubic-bezier(0,1,0,1);
          -moz-animation-timing-function: cubic-bezier(0,1,0,1);
               animation-timing-function: cubic-bezier(0,1,0,1); 
}

#topPage .topPageLogo {
   position: absolute;
	top: 20vh;
	left: 35vw;
	width: 28vw;
	height: 26vh;
	background: #fff;
   opacity: 0.8;
   border-radius: 2vw;
	text-align: center;
/*    min-width: 30vw;
    min-height: 26vh; */
    background-size: contain; /*cover; */
    background-position: center; /*50% 50%;  75% 15%; center;*/
    background-repeat: no-repeat;
    background-image: url('/CUC_images/FOCUC_Shield_01.jpg');
    /* background-size: 28vw 32vh; */
  background-attachment: scroll;
/*  background-size: cover; */
   box-shadow: 0 0 3pt 2pt black;
}

#topPage a.focus1 {
   position: absolute;
	top: 35vh;
	left: -27vw;
	width: 42vw;
	height: 35vh;
/*	background: #fff; */
   opacity: 0.9;
   border-radius: 2vw;
	text-align: center;
/*    min-width: 22vw; */
/*    min-height: 25vh;  */
    background-size: contain; /*cover; contain */
    background-position: center; /*50% 50%;  75% 15%; center;*/
    background-repeat: no-repeat;
    background-image: url('/CUC_images/Friends_Fundraising_Focus.png');
    /* background-size: 28vw 32vh; */
  background-attachment: scroll;
/*  background-size: cover; */
/*   box-shadow: 0 0 3pt 2pt black; */
}

#topPage a.focus2 {
   position: absolute;
	top: 35vh;
	left: 17vw;
	width: 42vw;
	height: 35vh;
/*	background: #fff; */
   opacity: 0.9;
   border-radius: 2vw;
	text-align: center;
    background-size: contain; /*cover;*/
    background-position: center; /*50% 50%;  75% 15%; center;*/
    background-repeat: no-repeat;
    background-image: url('/CUC_images/Friends_Fundraising_Focus_2.png');
    /* background-size: 28vw 32vh; */
  background-attachment: scroll;
}

#topPage a.fb {
   position: absolute;
   top: 8vh;
   right: 3vw;
	height: 2vw;
	width: 2vw;
  z-index: 1000;
  background-image: url('/CUC_images/facebook-logo2.png');
  background-repeat: no-repeat;
  background-size: 2vw 2vw; /*cover; */
  border-radius: 0.2vw;
}

#topPage a.tw {
   position: absolute;
   top: 15vh;
   right: 3vw;
	height: 2vw;
	width: 2vw;
  background-image: url('/CUC_images/twitter-logo2.png');
  background-repeat: no-repeat;
  background-size: 2vw 2vw;
  border-radius: 0.2vw;
}

#topPage a.env {
   position: absolute;
   top: 24vh;
   right: 3vw;
	height: 2vw;
	width: 2vw;
  background-image: url('/CUC_images/envelope.png');
  background-repeat: no-repeat;
  background-size: 2vw 2vw;
  border-radius: 0.2vw;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
/*  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 80vw; /* Full width */
  height: 80vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@-webkit-keyframes anm01{
    5%{
        background-image: url('/CUC_images/CUC_GateSign0122.jpg');
        background-size: 100vw 80vh;
    }
    17%{
        background-image: url('/CUC_images/Med_School_Bldg_01.jpg');
        background-size: 100vw 80vh;
    }
    34%{
        background-image: url('/CUC_images/CUC_StudentsInLab_StereoScopes_SingleRow0122.jpg');
        background-size: 100vw 80vh;
    }
    51%{
        background-image: url('/CUC_images/CUC_SOM_Dec_21_FrJean.jpg');
        background-size: 100vw 80vh;
    }
    68%{
        background-image: url('/CUC_images/Suburban_Med_Bldg_01.jpg');
        background-size: 100vw 80vh;
    }
    85%{
        background-image: url('/CUC_images/CUC_StudentsAtGate_0122.jpg');
        background-size: 100vw 80vh;
    }
    100%{
        background-image: url('/CUC_images/CUC_lab_122022_01.jpg');
        background-size: 100vw 80vh;
    }
}

@keyframes anm01{
    5%{
        background-image: url('/CUC_images/CUC_GateSign0122.jpg');
        background-size: 100vw 104vh;
    }
    17%{
        background-image: url('/CUC_images/Med_School_Bldg_01.jpg');
        background-size: 100vw 105vh;
    }
    34%{
        background-image: url('/CUC_images/CUC_StudentsInLab_StereoScopes_SingleRow0122.jpg');
        background-size: 100vw 105vh;
    }
    51%{
        background-image: url('/CUC_images/CUC_SOM_Dec_21_FrJean.jpg');
        background-size: 100vw 105vh;
    }
    68%{
        background-image: url('/CUC_images/Suburban_Med_Bldg_01.jpg');
        background-size: 100vw 105vh;
    }
    85%{
        background-image: url('/CUC_images/CUC_StudentsAtGate_0122.jpg');
        background-size: 100vw 105vh;
    }
    100%{
        background-image: url('/CUC_images/CUC_lab_122022_01.jpg');
        background-size: 100vw 105vh;
    }
}
/*
@moz-keyframes anm01{
    5%{
        background-image: url('/CUC_images/CUC_GateSign0122.jpg');
        background-size: 100vw 104vh;
    }
    17%{
        background-image: url('/CUC_images/Med_School_Bldg_01.jpg');
        background-size: 100vw 104vh;
    }
    34%{
        background-image: url('/CUC_images/CUC_StudentsInLab_StereoScopes_SingleRow0122.jpg');
        background-size: 100vw 104vh;
    }
    51%{
        background-image: url('/CUC_images/CUC_SOM_Dec_21_FrJean.jpg');
        background-size: 100vw 104vh;
    }
    68%{
        background-image: url('/CUC_images/Suburban_Med_Bldg_01.jpg');
        background-size: 100vw 104vh;
    }
    85%{
        background-image: url('/CUC_images/CUC_StudentsAtGate_0122.jpg');
        background-size: 100vw 104vh;
    }
    100%{
        background-image: url('/CUC_images/CUC_lab_122022_01.jpg');
        background-size: 100vw 104vh;
    }
}
*/
h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  /*font-weight: normal; */
  font-weight: bold;
  color: darkslategray;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
/*  background-color: lightgray; */
/*  align-content: center; */
}

p1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  /*font-weight: bold; */
  color: darkslategray;
  text-align: left;
/*  background-color: gray; *?
/*  align-content: center; */
}

/********** ANIMATION **********/

.inner-container {
/*	background: #333333; */
	width: 80%;   /*  600  */
	margin: 0 auto;
	position: relative;
}

/********** NAVIGATION **********/

#navigation {
  display: flex;
	position: absolute;
	left: 0vw;
   top: 0vh;
	height: 6vh;
/*	width: 1000px; */
	background: #333333; /* #616D75; */
/*	border-bottom: 1px solid #fff;  */
}

#navigation .inner-container {
	position: relative;
	left: 0vw;
   top: 0vh;
	height: 8vh;
	width: 100vw;
	margin-left: 2%;
	margin-right: 2%;
/*	padding: 5px 0px 5px 0px; */ /*  75px 30px 100px 30px */
}

#navigation .nav-container {
	position: relative;
	left: 10vw;
	height: 8vh;
	width: 100vw;
	margin-left: 2%;
	margin-right: 2%;
	padding: 5px 0px 5px 0px;  /*  75px 30px 100px 30px */
}

/**** Begin Navigation Menu   ***/

#navMenu {
  display:inline-block;
  margin:0;
    width:auto;
 }

  #navMenu ul {
    margin:0;
    padding:0;
    line-height:1.2em;
 }

  #navMenu li {
    margin:0vh;
	 height: 6vh;
    width:10vw;
    list-style:none;
    float:left;
    position:relative;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 0.75em; /*0.33vw; *12px; */
/*    background: #999; */
 }

  #navMenu li.smSpace {
    margin:0vh;
	 height: 7vh;
    width:2vw;
    list-style:none;
    float:left;
    position:relative;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 0.75em; /*0.33vw; *12px; */
 }

  #navMenu li.wider {
    margin:0vh;
	 height: 7vh;
    width:14vw;
    list-style:none;
    float:left;
    position:relative;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 0.75em; /*0.33vw; *12px; */
 }

  #navMenu ul li a {
    text-align:center; 
    margin:2vh;
    height:7vh;
    width:9vw;
    display:block;
    color:#FFF;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
    text-decoration:none;
    text-shadow:1px 1px 1px #000;
 }

  #navMenu ul li a.smSpace {
    margin:1vh;
    height:7vh;
    width:2vw;
    display:block;
    color:#FFF;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
    text-decoration:none;
    text-shadow:1px 1px 1px #000;
 }

  #navMenu ul li a.wider {
    margin:2vh;
    height:7vh;
    width:14vw;
    display:block;
    color:#FFF;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
    text-decoration:none;
    /*color:#FFF; */
/*    border:1px solid #FFF;  */
    text-shadow:1px 1px 1px #000;
/*    background: red; */
 }

 /* IE7 Display Fix */

 #navMenu ul li { 
  display: inline; 
 }

#navMenu .right { /* Use the right class to push the content to the right */
        float:right;
        right:3vw;
        width:20vw;
        margin-right:1vw;
        border-right:none;
        /*border-left:1px solid rgba(0,0,0,0.3);*/
}
#navMenu .right a { /* Use the right class to push the content to the right */
        width:20vw;
}

 /*********************************************/
 /* hide navmenu submenu and allow it to return */
 /*********************************************/

	#navMenu ul ul {
	position:absolute;
	visibility:hidden;
	top:0vh;
    background: #333333;  /* Last */
    display:block;
    color:#000;
	font-size: 1em;
	line-height: 1.2em;
    text-decoration:none;
/*    color:#FFF; */
    border:1px solid #000;
/*    text-shadow:1px 1px 1px #000; */ 
/*    bottom: 100%;  */

 }

  #navMenu ul li:hover ul {
    visibility:visible;
    z-index:9999;
	font-size: 1em;
	line-height: 1.2em;
/*    bottom: 100%;  */
 }

  /*sets top level hover color*/

  #navMenu li:hover {
   background:#76c2f5; /*  #09F */
 }

  /*sets link items hover color and background*/

  #navMenu ul li:hover ul li a:hover {
  width:12vw;
/*    background:#CCC; */
  display:block;
  color:#000;
	font-size: 1.2em;
	line-height: 1.2em;
  text-decoration:none;
 }

  /* Changes text color on hover for main menu hover*/

  #navMenu a:hover {   
  color:#000;
 } 

  /* Hamburger Button */
  .hamburger-button {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    position:fixed;
    top: 2vh;
    left: 3vw;
    padding: 10px;
    z-index: 1000;
  }
  
  .hamburger-button .hamburger-line {
    width: 30px;
    height: 4px;
    background: #333;
    margin: 6px 0;
  }
  
  .hamburger-button.active {
    right: 0;
  }

  /* Mobile Menu */
  .mobile-menu {
    position: fixed;
    top: 0vh;
    right: -300vw;
    width: 35vw;
    height: 35vh;
    margin: 20px 0 5px;
    border:#000 2px solid;
    z-index: 800;
    
    background:#8d7200;/* #CA8F74; */
/*    opacity: 0.8; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
  }
  
  .mobile-menu.active {
    right: 0;
  }
  
  /*
  .mobile-menu ul {
  }
  */
  .mobile-menu ul li {
    margin: 4px 0 5px 5px;
    list-style:none;
  }
  
  .mobile-menu ul li a {
    font-size: 1em;
    font-weight: 700;
    transition: 0.3s;
  }

  .mobile-menu ul li a:hover {
    font-size: 1.2em;
    transition: 0.3s;
    color:red;
    list-style:none;
  }

 /*********************************************/
 /* hide mobile menu submenu and allow it to return */
 /*********************************************/

 .mobile-menu ul ul {
	position:absolute;
	visibility:hidden;
	top:0vh;
  left: 0vw;
  background: #33B1FF;
  display:block;
  color:#000;
	font-size: 0.8em;
	line-height: 1.1em;
  text-decoration:none;
  border:1px solid #000;
/*    text-shadow:1px 1px 1px #000; */ 
/*    bottom: 100%;  */

 }

 .mobile-menu ul li:hover ul {
    visibility:visible;
    z-index:9999;
	font-size: 1em;
	line-height: 1.2em;
/*    bottom: 100%;  */
 }

  /*sets top level hover color*/

  .mobile-menu li:hover {
   background:#76c2f5; /*  #09F */
 }

  /*sets link items hover color and background*/

  .mobile-menu ul li:hover ul li a:hover {
  width:12vw;
  display:block;
  color:#000;
  font-size: 1.2em;
	line-height: 1.2em;
  text-decoration:none;
  list-style-type: circle;
}

  /* Changes text color on hover for main menu hover*/

  .mobile-menu a:hover {   
  color:#000;
 } 

 /* Contains the Float */

 .clearFloat {
    clear:both; 
    margin:0;
    padding:0;
 }

/********** END NAVIGATION **********/

/********** History **********/

#history {
background: #E2EFFF; /* lightblue; #B0C4DE;   slategray; #F0F8FF #FFFFFF; */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#history .history_container {
    position: relative;
    top: 0vh;
    /* margin:0; */
    /* padding:0; */
    left:0vw;
    width: 100vw;  /*  900px; */
    height: auto; /* 100vh; */
	border-top: 1px solid #000;
   background-image: url('/CUC_images/parchment.jpg');
   min-height: 80vh;
  background-attachment: scroll; /*fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#history h1 {
  font-family: Brush Script MT, Brush Script Std, Arial, Helvetica, sans-serif;
  font-size: 2.7em;
  /*font-weight: normal; */
  font-weight: bold;
  color: darkslategray;
  text-align: center;
  text-decoration:underline;
  margin-top: 3vh;
  margin-bottom: 3vh;
/*  background-color: lightgray; */
/*  align-content: center; */
}

/*#history history_paragraph { */
#history h2 {
    position: relative;
    top: 5vh;
    /* margin:0; */
    /* padding:0; */
    left: 5vw;
  width: 90vw;  /*  900px; */
  height: auto;
/*  margin: 50px 100px 50px 100px; */   
  font-family:Garamond, Dubai, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
    color: darkslategray;
}

/********** Latest Acomplishments **********/

#latest {
background: lightgray; /*  #E2EFFF  lightblue; #B0C4DE;   slategray; #F0F8FF #FFFFFF; */
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#latest .latest_container {
    position: relative;
    top: 0vh;
    /* margin:0; */
    /* padding:0; */
    left:0vw;
    width: 100vw;  /*  900px; */
    height: auto; /* 100vh; */
	  border-top: 1px solid #000;
    background-image: url('/CUC_images/marbleBG01.jpg');
   min-height: 100vh;
  background-attachment: scroll; /*fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#latest h1 {
  position: relative;
  font-family: Brush Script MT, Brush Script Std, Arial, Helvetica, sans-serif;
  font-size: 2.7em;
  /*font-weight: normal; */
  font-weight: bold;
  color: darkslategray;
  text-align: center;
  text-decoration:underline;
  margin-top: 3vh;
  margin-bottom: 3vh;
/*  background-color: lightgray; */
/*  align-content: center; */
}

/*#history history_paragraph { */
#latest h2 {
    position: relative;
    top: 5vh;
    /* margin:0; */
    /* padding:0; */
    left: 5vw;
  width: 90vw;  /*  900px; */
  height: auto;
/*  margin: 50px 100px 50px 100px; */   
  font-family:Garamond, Dubai, Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
    color: darkslategray;
}

/********** CUC **********/

#cuc {
   height: 270vh;
   background: #C9C4CA; /* #437d31 #186301 #B0C4DE lightblue; #E2EFFF;   slategray; #F0F8FF #FFFFFF; */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#cuc .cuc_container {
    position: relative;
    top: 0vh;
    left: 0vw;
    height: 260vh;
  background: #C9C4CA;
/* top right bottom left */
/*    margin: 0px 0px 0px 0px; */
   background-image: url("/CUC_images/Blessed_Virgin_01.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 33vw 100vh;
}

#cuc h1 {
  font-family: Brush Script MT, Brush Script Std, Arial, Helvetica, sans-serif;
  font-size: 2.7em;
  /*font-weight: normal; */
  font-weight: bold;
  color: darkslategray;
  text-align: center;
  text-decoration:underline;
  margin-top: 3vh;
  margin-bottom: 3vh;
/*  background-color: lightgray; */
/*  align-content: center; */
}

#cuc p1 {
  position: absolute;
  top: 3vh;
  left: 12vw;
  width: 45vw;
  background: #FFF;
  border-radius: 1vw;
  box-shadow: 0 0 3pt 2pt #938383; /* #186301  #4B3737 lightgray */
  font-family: Brush Script MT, Brush Script Std, Calibri, Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  color: #000; 
  text-align: center;
  text-decoration:none;
}

#cuc p2 {
  position: absolute;
/*  position: relative; */
    top: 20vh;
    left: 5vw;
  width: 60vw;
  background: #C9C4CA;
  border-radius: 0.5vw;
  font-family:Calibri, Garamond, Dubai, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  color: #4B3737;
  text-align: left;
}

/********** Projects **********/

#projects {
   background: #186301; /* #437d31  #B0C4DE lightblue; #E2EFFF;   slategray; #F0F8FF #FFFFFF; */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#projects .projects_container {
    position: relative;
    top: 0vh;
    /* margin:0; */
    /* padding:0; */
    left: 0vw;
/* top right bottom left */
/*    margin: 0px 0px 0px 0px; */
   background-image: url('/CUC_images/Democratic_Republic_of_the_Congo_on_Globe.png');
   min-height: 100vh;
  background-attachment: scroll; /*fixed;*/
  background-position: center;
  background-repeat: no-repeat;
/*  background-size: 90vw 100vh; */
  background-size: cover;
}

#projects p1 {
  position: absolute;
  top: 3vh;
  left: 15vw;
  width: 75vw;
  background: #000;
  border-radius: 1vw;
  box-shadow: 0 0 3pt 2pt #186301;
  font-family: Brush Script MT, Brush Script Std, Calibri, Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: bold;
  color: lightgray; 
  text-align: center;
  text-decoration:none;
}

#projects p2 {
  position: absolute;
/*  position: relative; */
    top: 45vh;
    left: 15vw;
  background: #000; 
  border-radius: 0.5vw;
  font-family:Calibri, Garamond, Dubai, Arial, Helvetica, sans-serif;
/*  font-family: Arial, Helvetica, sans-serif; */
  font-size: 1.7em;
  font-weight: normal;
/*  color: #000; */
  color: lightgray;
  text-align: left;
}

#projects p2:hover {background: #186301; opacity: 0.5;}

#projects a.projDesc {
  font-family: Calibri, Garamond, Dubai, Arial, Helvetica, sans-serif;
}

#projects p3 {
/*  position: absolute; */
  position: relative;
    top: 80vh;
    left: 15vw;
    background: #186301; /*#000; */ 
  border-radius: 0.5vw;
  font-family: Calibri, Garamond, Dubai, Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
/*  color: #000; */
  color: lightgray;
  text-align: center;
}
#projects p4 {
  position: absolute;
/*  position: relative; */
    top: 55vh;
    left: 15vw;
  background: #000; 
  border-radius: 0.5vw;
  font-family:Calibri, Garamond, Dubai, Arial, Helvetica, sans-serif;
/*  font-family: Arial, Helvetica, sans-serif; */
  font-size: 1.7em;
  font-weight: normal;
/*  color: #000; */
  color: lightgray;
  text-align: left;
}

#projects p4:hover {background: #186301; opacity: 0.5;}

/********** Contact **********/

#contact {
/* background: #B0C4DE; /* lightblue; #E2EFFF;   slategray; #F0F8FF #FFFFFF; */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#contact .contact_container {
    position: relative;
    top: 0vh;
    /* margin:0; */
    /* padding:0; */
    left: 0vw;
  height: 60vh;
/* top right bottom left */
/*    margin: 0px 0px 0px 0px; */
   background-image: url('/CUC_images/stampsWashed.jpg');
   min-height: 100vh;
  background-attachment: scroll; /*fixed;*/
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
}

#contact p1 {
  position: absolute;
/*  position: relative; */
  top: 5vh;
  left: 22vw;
  background: #315587; /* #000; */
  border-radius: 0.6vw;
  font-family: Brush Script MT, Brush Script Std, Arial, Helvetica, sans-serif;
  font-size: 4vw;
  /*font-weight: normal; */
  font-weight: bold;
/*  color: #000; */
  color: lightgray; 
  text-align: center;
  text-decoration:none;
   box-shadow: 0 0 3pt 2pt white;
}

#contact p2 {
  position: absolute;
/*  position: relative; */
    top: 27vh;
    left: 28vw;
  background: #315587; /* #000; */
  border-radius: 0.4vw;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.2vw;
  font-weight: normal;
/*  color: #000; */
  color: lightgray;
  text-align: center;
}

#contact p3 {
  position: absolute;
/*  position: relative; */
    top: 28vh;
    left: 51vw;
  background: #315587; /* #000; */
  border-radius: 0.3vw;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5vw;
  font-weight: normal;
/*  color: #000; */
  color: lightgray;
  text-align: center;
}

#contact p4 {
  position: absolute;
/*  position: relative; */
    top: 17vw;
    left: 35vw;
/*  background: #000000;  */ 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5vw;
  font-weight: normal;
  color: #000;
  text-align: center;
}

#contact a.mailit {
  position: absolute;
/*  position: relative; */
    top: 28vh;
    left: 47vw;
}

#contact .hours_container {
  position: absolute;
    top: 22vw;
    left: 5vw;
  height: 22vw;
  width: 18vw;
  margin: 0vw 2vw 0vw 2vw; /* top right bottom left */
  padding: 0vw 2vw 0vw 2vw; /* top right bottom left */
  background: #331a00; /* #4d2600 #70490f #895506 #8B4513 */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5vw;
  font-weight: normal;
  color: white;
  text-align: left;
}

#contact .friends_container {
  position: absolute;
    top: 45vh;
    left: 32vw;
  height: 40vh;
  width: 30vw;
  background: #315587; /* #000; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5vw;
  font-weight: normal;
  color: white;
  text-align: center;
  	outline-style: solid;
	outline-color: white;
	outline-width: medium;

}

#contact .friends_container.p5 {
  position: absolute;
/*  position: relative; */
    top: 34vw;
    left: 28vw;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5vw;
  font-weight: bold;
  color: white;
  text-align: center;
}

#contact p5 {
  position: absolute;
/*  position: relative; */
    top: 34vw;
    left: 28vw;
/*  background: #000000; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5vw;
  font-weight: bold;
  color: white;
  text-align: center;
}

#contact .cols2 {
  position: absolute;
    top: 39vw;
    left: 23vw;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-column-count: 2;
  -webkit-column-gap: 15px;
/*  -webkit-column-rule: 1px solid #000; */
  -moz-column-count: 2;
  -moz-column-gap: 15px;
/*  -moz-column-rule: 1px solid #000; */
  column-count: 2;
  column-gap: 15px;
  column-rule: none;
/*  column-rule:1px solid #000;   */
	text-align: left;
}


/********** Customers **********/

#customers {
/* background: #F0F8FF; /* E2EFFF  lightblue; #B0C4DE;   slategray; #F0F8FF #FFFFFF; */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#customers .customers_container {
    position: relative;
    top: 0px;
    left: 0px;
    margin: -20px 0px 0px -20px;
   background-image: url("CUC_images/WordsBackground01.png");
/*   height: 65vw;
   width: 100vw; */
      min-height: 100vh;
      min-width: auto; /* 100vw; */
  background-attachment: scroll; /*fixed;*/
  background-position: left top; /* center center; */
  background-repeat: no-repeat;
  background-size: cover;
}

#customers .customers_slide_container {
    position: absolute;
    left: 28vw;
    top: 35vh;
   background-image: url("CUC_images/CustomerKudos01.png");
    width: 45vw;
    height: 45vh;
/*      min-height: 45vh; */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
/*  background-attachment: scroll; *//*fixed;*/
}

#customers .customers_slide {
    position: absolute; /* relative; */
    left: 28vw;
    top: 35vh;
/*    overflow: visible hidden; */
/*    -webkit-overflow-scrolling: touch; */
    width: 45vw;
    height: 45vh;
/*   background-image: url("RR_images/CustomerKudos01.png"); */
    background-size: contain; /*cover  contain; */
    background-position: center; /*50% 50%;*/
    background-repeat: no-repeat;
        -webkit-animation: anm02 80s infinite 0.01s forwards;
        -moz-animation: anm02 80s infinite 0.01s forwards;
            animation: anm02 80s infinite 0.01s forwards;
          -webkit-animation-timing-function: cubic-bezier(0,1,0,1);
          -moz-animation-timing-function: cubic-bezier(0,1,0,1);
               animation-timing-function: cubic-bezier(0,1,0,1); 
        /* -webkit-animation-steps: 5;
                 animation-steps: 5; */
/*         -webkit-animation-iteration-count: infinite;
                 animation-iteration-count: infinite;
          -webkit-animation-fill-mode: forwards;
                 animation-fill-mode: forwards;
*/
}

@-webkit-keyframes anm02{
    0%{
        background-image: url('RR_images/CustomerKudos01.png');
    }
    25%{
        background-image: url('RR_images/CustomerKudos02.png');
    }
/*
    58%{
        background-image: url('RR_images/CustomerKudosBlank.png');
    }
*/
    50%{
        background-image: url('RR_images/CustomerKudos03.png');
    }
    75%{
        background-image: url('RR_images/CustomerKudos04.png');
    }
    100%{
        background-image: url('RR_images/CustomerKudos01.png');
    }
}

@keyframes anm02{
    0%{
        background-image: url('RR_images/CustomerKudos01.png');
    }
    25%{
        background-image: url('RR_images/CustomerKudos02.png');
    }
/*
    58%{
        background-image: url('RR_images/CustomerKudosBlank.png');
    }
*/
    50%{
        background-image: url('RR_images/CustomerKudos03.png');
    }
    75%{
        background-image: url('RR_images/CustomerKudos04.png');
    }
    100%{
        background-image: url('RR_images/CustomerKudos01.png');
    }
}

@-moz-keyframes anm02{
    0%{
        background-image: url('RR_images/CustomerKudos01.png');
    }
    25%{
        background-image: url('RR_images/CustomerKudos02.png');
    }
/*
    58%{
        background-image: url('RR_images/CustomerKudosBlank.png');
    }
*/
    50%{
        background-image: url('RR_images/CustomerKudos03.png');
    }
    75%{
        background-image: url('RR_images/CustomerKudos04.png');
    }
    100%{
        background-image: url('RR_images/CustomerKudos01.png');
    }
}

#customers h1 {
  position: relative;
  top: 3vw;
/*  background: #000; */
  font-family: Brush Script MT, Brush Script Std, Arial, Helvetica, sans-serif; 
/*  font-family: Arial, Helvetica, sans-serif; */
  font-size: 5vw;
  font-weight: bold;
  color: darkslategray;
  text-align: center;
  text-decoration:none; /*underline; */
}

#customers h2 {
    position: relative;
    top: 4vw;
/*  background: #000000; */ 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.5vw;
  font-weight: bold;
  color: darkslategray;
  text-align: center;
}

#customers h3 {
    position: relative;
    top: 30vw;
/*  background: #000000; */ 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: lightgray;
  text-align: center;
}

/********** Back to top button **********/

#pagewrap {
	margin: 0 auto;
/*	width: 1000px; */
/*	padding-left: 150px; */
	position: relative;
}

#back-top {
	position: fixed;
	bottom: 2vw;
	right: 2vw;
}

#back-top a {
	width: 6vw;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */

#back-top span {
	width: 7vw;
	height: 7vh;
	display: block;
/*	background: #ddd url(up-arrow.png) no-repeat center center; */
	background: url("/CUC_images/PageTopGray2.png") no-repeat center center;
   background-size: contain;
	/* rounded corners */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* background color transition */
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

#back-top a:hover span {
	background: url("/CUC_images/PageTopRed2.png") no-repeat center center;
   background-size: contain;

/*	background-color: #777; */
}

/********** End Back to top button **********/

/********** TOPSPACE 2 **********/

#topSpace2 {
	height: 100vh;
   background-image: url("RR_images/FootballField01.jpg");
  background-attachment: scroll; /*fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

/*	background: #8d7230; */
	border-bottom: 1px solid #fff;
}

#topSpace2 .topContainer2 {
	position: relative;
	top: 10vh;
	left: 0vw;
	height: 70vh;
	width: 95vw;
/*	background: #000; */
	padding: 1vh 0px 1vh 5vw;
/*	margin: 40px 40px 40px 40px; */
	text-align: left;
}
#topSpace2 .confirmFlyer {
	position: absolute; 
/*	position: relative; */
	top: 4vh;
	left: 2vw;
	height: 68vh;
	width: 32vw;
   background-image: url("RR_images/GameDayFlyer02.png");
      min-height: 50vh;
  background-attachment: scroll; /*fixed;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#topSpace2 h2.bigCenter {
	position: absolute;
	top: 4vh;
	left: 43vw;
	margin: 0vh 0vw 7vh 0vw;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	text-decoration: none; /*underline;*/
	font-size: 2em;
	color: #FFF;
}

#topSpace2 .leftPmtBlock {
	position: absolute; 
/*	position: relative; */
	top: 23vh;
	left: 35vw;
	height: 38vh;
	width: 30vw;
   -webkit-border-radius: 5vw;
	-moz-border-radius: 5vw;
	border-radius: 5vw;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1.1em;
   line-height: 1.2em;
	color: #FFF;
	background: #006600;  /* #166666; */
	border-radius: 5vw;
	padding: 20px 0px 30px 00px;
/*	margin: 40px 40px 40px 40px; */
/*	outline-style: solid;
	outline-color: #C00000;
	outline-width: thick;
*/
}

#topSpace2 .rightPmtBlock {
	position: absolute; 
/*	position: relative; */
	top: 23vh;
	left: 67vw;
	height: 38vh;
	width: 30vw;
   -webkit-border-radius: 5vw;
	-moz-border-radius: 5vw;
	border-radius: 5vw;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1.1em;
   line-height: 1.2em;
	color: #FFF;
	background: #006600;  /* #166666; */
	border-radius: 5vw;
	padding: 20px 0px 30px 00px;
/*	margin: 40px 40px 40px 40px; */
/*	outline-style: solid;
	outline-color: #C00000;
	outline-width: thick;
*/
}

#topSpace2 p.stdLeft {
	position: absolute; /* relative; */
	top: 25vh;
	left: 35vw;
	width: 28vw;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1.2em;
   line-height: 1.4em;
	color: #FFF;
	background: #008000;  /* #166666; */
	border-radius: 5vw;
/*	outline-style: solid;
	outline-color: #FFF;
	outline-width: thin;
*/
}

#topSpace2 p.stdRight {
	position: absolute; /* relative; */
	top: 25vh;
	left: 65vw;
	width: 28vw;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1.2em;
   line-height: 1.4em;
	color: #FFF;
	background: #008000;  /* #166666; */
	border-radius: 5vw;
/*	outline-style: solid;
	outline-color: #FFF;
	outline-width: thin;
*/
}

#topSpace2 .topPmtBlock {
	position: absolute; 
/*	position: relative; */
	top: 55vh;
	left: 51vw;
	height: 10vh;
	width: 15vw;
	background: #FFF;  /* #166666; */
   	-webkit-border-radius: 5vw;
	-moz-border-radius: 5vw;
	border-radius: 5vw;
/*	outline-style: solid;
	outline-color: #C00000;
	outline-width: thick;
*/
	padding: 20px 0px 30px 00px;
/*	margin: 40px 40px 40px 40px; */
	text-align: center;
}

#topSpace2 p.std1 {
	position: absolute; /* relative; */
	top: 25vh;
	left: 37vw;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1.5em;
   line-height: 1.5em;
	color: #FFF;
}

#topSpace2 p.std2 {
	position: relative;
	top: .25vh;
	left: 6vw;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 1.83em;
	color: #FFF;
}

#topSpace2 p.std3 {
	position: relative;
	top: 0.33vh;
	left: 20vw;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 2em;
	color: #FFF;
}

/********** END TOPSPACE 2 **********/

/********** Donations Space **********/

#donations {
/*	position: absolute; */
  position: relative;
	top: 10vh;
	left: 0vw;
	height: 55vh;
	background: #8d7230;
	border-bottom: 1px solid #fff;
}

#donations .donate_container {
	position: relative;
	top: 0vh;
	left: 0vw;
	height: 100vh;
	width: 100vw;
	background: #8d7230;
	border-top: 1px solid #000fff;
	border-bottom: 1px solid #000fff;
}

#donations .payBlock {
	position: absolute; 
	top: 45vh;
	left: 27vw;
	height: 5vh;
	width: 35vw;
	background: #8d7230;/* FFF;   #166666; */
   	-webkit-border-radius: 5vw;
	-moz-border-radius: 5vw;
	border-radius: 5vw;
	padding: 20px 0px 30px 00px;
	text-align: center;
}

#donations h2.currentCenter {
	position: absolute;
	top: 3vh;
	left: 12vw;
	width: 82vw;
	margin: 0vh 0vw 7vh 0vw;
	font-weight: 400;
	text-align: center;
	text-decoration: none; /*underline;*/
	font-size: 1.4em;
   line-height: 1.5em;
	color: #FFF;
}

#donations p.std1 {
	position: absolute;
	top: 25vh;
	left: 5vw;
	width: 85vw;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1.3em;
   line-height: 1.3em;
	color: #FFF;
}

#donations p.std2 {
	position: absolute;
	top: 65vh;
	left: 5vw;
	width: 85vw;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	font-size: 1.2em;
   line-height: 1.5em;
	color: #FFF;
}

#donations a.remit {
	display: block;
	text-align: center;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   	font-weight: 400;
	text-align: center;
	font-size: 0.8em;
   line-height: 1em;
	color: #0000ff;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#donations a.remit:hover {
	color: #ff3300;
}

#donations a.give {
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   	font-weight: 700;
	text-align: center;
	font-size: 1em;
   line-height: 1em;
	text-decoration: none;
	color: #0000ff;
}

/********** End Donation Space **********/

/********** Remittance Space **********/

#remittance {
	position: absolute;
	top: 10vh;
	left: 0vw;
	height: 55vh;
	background: #8d7230;
	border-bottom: 1px solid #fff;
}

#remittance .remittance_container {
	position: relative;
	top: 0vh;
	left: 0vw;
	height: 100vh;
	width: 100vw;
	background: #8d7230;
	border-top: 1px solid #000fff;
	border-bottom: 1px solid #000fff;
}

#remittance img.remittanceNote {
	position: absolute;
   top: 3vh;
	left: 20vw;
   height: 80vh;
   width: 80vw;  
	background-image: url("CUC_images/FOCUC_Remitance.jpg");
   background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
   object-fit: contain; 
   }

/********** End Remittance Space **********/
/********** Team Roster Section **********/

#teamRoster {
/*	background: blue; */
	background: #616D75;
/*	border-bottom: 1px solid #fff; */
}

#teamRoster .board-container {
   position: relative;
   top: 10vh;
   left: 0vw;
	height: 90vh;
	width: 100vw;
	padding: 10px 10px 10px 20px; 
/*	margin-bottom: 10px; */
	background-image: url("/CUC_images/boardOfDirectorsWashed.jpg");
   background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#teamRoster .roster-container {
   position: relative;
   top: 10vh;
   left: 0vw;
	height: 90vh;
	width: 100vw;
	padding: 5px 10px 10px 20px; 
/*	margin-bottom: 10px; */
	background-image: url("CUC_images/teamHandsWashed.jpg");
   background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

#teamRoster h1.bigCenter {
	position: absolute; /*relative; */
   top: 15vh;
   left: 30vw;
	text-align: center;
   font-family: Brush Script MT, Brush Script Std, Arial, Helvetica, sans-serif;
   text-decoration:underline;
   font-size: 2.2em;
	font-weight: 1000;
   line-height: 1em;
   font-style: normal;
	color: #000;
}
#teamRoster h1.medCenter {
	position: absolute; /*relative; */
   top: 27vh;
   left: 43vw;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.6em;
	font-weight: 850;
   line-height: 1em;
   font-style: normal;
   color: #000; /* darkslategray; */
}

#teamRoster h1.medCenter2 {
	position: absolute; /*relative; */
   top: 27vh;
   left: 38vw;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.6em;
	font-weight: 850;
   line-height: 1em;
   font-style: normal;
   color: #000; /* darkslategray; */
}
#teamRoster p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: 1000;
	font-size: 16px;
	line-height: 18px;
	color: #000;
}

#teamRoster a.member {
	text-align: left;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1em;
   line-height: 1em;
	font-weight: 1000;
	color: #000;
   text-decoration: none;
}

#teamRoster a.member:hover {
	color: gray;
}

#teamRoster p.leftEntry {
	position: absolute;
   top: 40vh;
	left: 20vw;
	text-align: left;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1em;
   line-height: 1em;
	color: #000;
}

#teamRoster p.leftEntry2 {
	position: absolute;
   top: 60vh;
	left: 20vw;
	text-align: left;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1em;
   line-height: 1em;
	color: #000;
}
#teamRoster p.rightEntry {
	position: absolute;
   top: 40vh;
	left: 60vw;
	text-align: left;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1em;
   line-height: 1em;
	color: #000;
}
#teamRoster p.rightEntry2 {
	position: absolute;
   top: 60vh;
	left: 60vw;
	text-align: left;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1em;
   line-height: 1em;
	color: #000;
 }

#teamRoster img.uc {
	position: absolute;
   top: 36vh;
	left: 30vw;
   height: 60vh;
   width: 30vw;  
	background-image: url("CUC_images/page-under-construction.jpg");
   background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
   object-fit: contain;  
   }

/********** End Team Roster Section **********/

/********** Bios **********/

#bios {
/*	background: red; */
/*	background: #e3f5ff; */
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#bios .bios-container {
	background: #e3f5ff;
/*	height: 300px; */
	padding: 60px 20px 20px 20px;
}

#bios .bios-space {
/*	height: 150px; */
	width: 100vw;
	margin: 10px 20px 00px 30px;
/*	padding: 0px 10px 5px 10px; */
	border-bottom: 1px solid #000;
/*	background: red; */
}

#bios h1.pageTitle {
	position: relative;
	left: 40px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 20px 10px 10px 5px;
	text-align: left;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 32px;
	color: black;
}

#bios h1.sectionTitle {
	position: relative;
	left: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 20px 10px 10px 5px;
	text-align: left;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 32px;
	color: black;
}

#bios h2.nameTitle {
	position: relative;
	left: 40px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 5px;
	text-align: left;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 25px;
	color: black;
}

#bios p.bioText {
	position: relative;
	left: 47px;
	margin-bottom: 10px;
	width: 90%;  /*  900px; */
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 18px/3.0;
	color: black;
}

#bios h3.sxn {
	position: relative;
	left: 15px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	text-decoration: underline;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: black;
}

#bios .bios-space li.level-1 {
	position: relative;
/*	position: absolute;  */
	left: 30px;
	margin-bottom: 5px;
/*	margin-bottom: 5px; */
	width: 100%;  
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 1000;
	font-size: 1em;
	text-align: left;
	text-decoration:none;
	color: black;
}

#bios ul li a {
	position: relative;
	left: 25px;
	margin-bottom: 10px;
	width: 100%;  
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: left;
	text-decoration:none;
	font-size: 18px;
	color: black;
 }

#bios img {
   background-image: url("CUC_Images/team_hands_01.png");
}

#bios img.bespoke {
	position: absolute;
   top: 0vh;
	left: 0vw;
   height: 100vh;
   width: 100vw; 
   background-image: url("CUC_images/LetterFromArchbishopAtlanta.pdf");
/*	background-image: url("CUC_images/LapuBioFOCUC12122021.pdf"); */
   background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
   object-fit: contain;  
   }

/********** END Bios  **********/

  /* Media Queries */

  @media (max-width: 960px) {
    .text-xxl {
      font-size: 2.5rem;
    }
  }
  
  @media (max-width: 670px) {
    .navbar .main-menu {
      display: none;
    }
  
    .navbar .hamburger-button {
      display: block;
    }
  
    .navbar ul li:last-child a {
      margin-left: 0px;
}

.customers h1 {
  position: relative;
  top: 10vh;
  font-size: 3.0rem;
  font-weight: bold;
  color: darkslategray;
  text-align: center;
  text-decoration:none;
  }

  #navigation .inner-container {
    display: none;
  }
  
  .hamburger-button {
        display: block;
  }
    
  .navbar ul li:last-child a {
        margin-left: 0px;
  }
  #topPage .topPageLogo {
   position: absolute;
   top: 5vh;
   left: 30vw;
   width: 45vw;
   height: 20vh;
  }
  
  #topPage a.fb {
    top: 4vh;
    right: 6vw;
   height: 4vh;
   width: 5vw;
   background-size: 4vh 5vw;
  }
  
  #topPage a.tw {
    top: 10vh;
    right: 6vw;
   height: 4vh;
   width: 5vw;
   background-size: 4vh 5vw;
  
  }
  
  #topPage a.env {
    top: 16vh;
    right: 9vw;
   height: 2vh;
   width: 2vw;
   background-size: 4vh 5vw;
  }
  
  #topPage a.focus1 {
   top: 35vh;
   left: -3vw;
   height: 30vh;
    width: 50vw;
  }
  
  #topPage a.focus2 {
   top: 60vh;
   left: -3vw;
   height: 30vh;
    width: 50vw;
  }
  
  #topPage .topPage_slide {
    position: relative;
    left: 0vw;
    top: 0vw;
    width: 100vw;
    height: 100vh;
  }  
}

@media (max-width: 500px) {
    .text-xxl {
      font-size: 2rem;
    }

#navigation .inner-container {
  display: none;
}

.hamburger-button {
      display: block;
}
  
.navbar ul li:last-child a {
      margin-left: 0px;
}
#topPage .topPageLogo {
 position: absolute;
 top: 5vh;
 left: 30vw;
 width: 45vw;
 height: 20vh;
}

#topPage a.fb {
  top: 4vh;
  right: 6vw;
 height: 4vh;
 width: 5vw;
 background-size: 4vh 5vw;
}

#topPage a.tw {
  top: 10vh;
  right: 6vw;
 height: 4vh;
 width: 5vw;
 background-size: 4vh 5vw;

}

#topPage a.env {
  top: 16vh;
  right: 9vw;
 height: 2vh;
 width: 2vw;
 background-size: 4vh 5vw;
}

#topPage a.focus1 {
 top: 35vh;
 left: -3vw;
 height: 30vh;
  width: 50vw;
}

#topPage a.focus2 {
 top: 60vh;
 left: -3vw;
 height: 30vh;
  width: 50vw;
}

#topPage .topPage_slide {
  position: relative;
  left: 0vw;
  top: 0vw;
  width: 100vw;
  height: 100vh;
}

@-webkit-keyframes anm01{
  5%{
      background-image: url('/CUC_images/CUC_GateSign0122.jpg');
      background-size: 100vw 100vh;
  }
  17%{
      background-image: url('/CUC_images/Med_School_Bldg_01.jpg');
      background-size: 100vw 100vh;
  }
  34%{
      background-image: url('/CUC_images/CUC_StudentsInLab_StereoScopes_SingleRow0122.jpg');
      background-size: 100vw 100vh;
  }
  51%{
      background-image: url('/CUC_images/CUC_SOM_Dec_21_FrJean.jpg');
      background-size: 100vw 100vh;
  }
  68%{
      background-image: url('/CUC_images/Suburban_Med_Bldg_01.jpg');
      background-size: 100vw 100vh;
  }
  85%{
      background-image: url('/CUC_images/CUC_StudentsAtGate_0122.jpg');
      background-size: 100vw 100vh;
  }
  100%{
      background-image: url('/CUC_images/CUC_lab_122022_01.jpg');
      background-size: 100vw 100vh;
  }
}

@keyframes anm01{
  5%{
      background-image: url('/CUC_images/CUC_GateSign0122.jpg');
      background-size: 100vw 100vh;
  }
  17%{
      background-image: url('/CUC_images/Med_School_Bldg_01.jpg');
      background-size: 100vw 100vh;
  }
  34%{
      background-image: url('/CUC_images/CUC_StudentsInLab_StereoScopes_SingleRow0122.jpg');
      background-size: 100vw 100vh;
  }
  51%{
      background-image: url('/CUC_images/CUC_SOM_Dec_21_FrJean.jpg');
      background-size: 100vw 100vh;
  }
  68%{
      background-image: url('/CUC_images/Suburban_Med_Bldg_01.jpg');
      background-size: 100vw 100vh;
  }
  85%{
      background-image: url('/CUC_images/CUC_StudentsAtGate_0122.jpg');
      background-size: 100vw 100vh;
  }
  100%{
      background-image: url('/CUC_images/CUC_lab_122022_01.jpg');
      background-size: 100vw 100vh;
  }
}
/*
@moz-keyframes anm01{
  5%{
      background-image: url('/CUC_images/CUC_GateSign0122.jpg');
      background-size: 100vw 100vh;
  }
  17%{
      background-image: url('/CUC_images/Med_School_Bldg_01.jpg');
      background-size: 100vw 100vh;
  }
  34%{
      background-image: url('/CUC_images/CUC_StudentsInLab_StereoScopes_SingleRow0122.jpg');
      background-size: 100vw 100vh;
  }
  51%{
      background-image: url('/CUC_images/CUC_SOM_Dec_21_FrJean.jpg');
      background-size: 100vw 100vh;
  }
  68%{
      background-image: url('/CUC_images/Suburban_Med_Bldg_01.jpg');
      background-size: 100vw 100vh
  }
  85%{
      background-image: url('/CUC_images/CUC_StudentsAtGate_0122.jpg');
      background-size: 100vw 100vh;
  }
  100%{
      background-image: url('/CUC_images/CUC_lab_122022_01.jpg');
      background-size: 100vw 100vh;
  }
}
*/
#history h1 {
  left: 14vw;
  font-size: 1.7em;
}
#history h2 {
font-size: 1.2em;
font-weight: 800;
line-height: 1.2em;
}

#cuc .cuc_container {
background-size: 33vw 33vh;
}

#cuc p1 {
  top: 4vh;
  left: 14vw;
  font-size: 1.8em;
  font-weight: bold;
}

#cuc p2 {
    top: 20vh;
  font-size: 1.0em;
  font-weight: normal;
  line-height: 1.0em;
}

#latest h1 {
  top: 7vh;
  font-size: 1.8em;
}

#latest h2 {
  font-size: 1.0em;
  font-weight: bold;
}

#projects p1 {
  top: 3vh;
  left: 15vw;
  width: 75vw;
  background: #000;
  border-radius: 1vw;
  box-shadow: 0 0 3pt 2pt #186301;
  font-size: 1.4em;
  font-weight: bold;
  color: lightgray; 
  text-align: center;
  text-decoration:none;
}

#projects p2 {
  left: 20vw;
  font-size: 1.0em;
}

#projects p3 {
  left: 30vw;
  font-size: 0.8em;
  }
  
  #contact p1 {
    top: 3vh;
    left: 18vw;
    font-size: 2em;
  }
  
  #contact p2 {
    position: absolute;
      top: 27vh;
      left: 20vw;
    font-size: 1.5em;
  }
  
  #contact p3 {
      top: 32vh;
      left: 20vw;
    font-size: 0.68em;
  }
  
  #contact p4 {
    position: absolute;
      top: 17vw;
      left: 35vw;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5vw;
    font-weight: normal;
    color: #000;
    text-align: center;
  }
  
  #contact a.mailit {
      top: 27vh;
      left: 60vw;
  }
  
  #contact .friends_container {
    position: absolute;
      top: 45vh;
      left: 20vw;
    height: 27vh;
    width: 52vw;
    font-size: 0.8em;
  }

  #back-top {
    bottom: 2vh;
    right: 5vw;
  }
  
  #back-top span {
    width: 12vw;
    height: 12vh;
  }   
}

