/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 23, 2019, 5:50:19 PM
    Author     : Matthew Opara
*/

body{
    font-family: BrandonText-Regular, Helvetica, Arial, sans-serif;
    font-size:15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: #333132;
    background-image: url("../Images/CircuitPattern1.png"), url("../Images/CircuitPattern1flip.png");
    background-size: 20%, 20%;
    background-repeat: repeat-y, repeat-y;
    background-position: left top, right top;
}

/*Global*/
.container{
    width: 70vw;
    margin: auto;
    overflow: hidden;
}

nav{
    background-color: #f26b27;
}

.title{
    margin-top: 40px;
    margin-bottom: 20px;
    color: white;
    font-size: 50px;
    background-color: #f26b27;
    padding-left: 25px; 
}

.portraitWrap img{
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
}

hr{
    padding: 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #f05032;
}

/*header*/
header{
    color: white;
    background-color: #231f20;
    border-bottom: 5px solid #f05032;
    padding-top: 30px;
    min-height: 70px;
}

header .container{
    /*max-width: 1200px;*/
}

header a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

header li{
    float: left;
    display: inline;
    padding: 10px 20px;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    /*padding: 14px 16px;*/
    text-decoration: none;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}
nav .social li{
    float: right;
    display: inline;
    padding: 0 5px 0 5px;
    
}

header #branding{
    float: left;
    display: inline-block;
    overflow: auto;
}

header #branding h1{
    margin: 0;
    padding-top: 3.5vh;
    padding-left: 20px;
    text-align: center;
    float: right;
    font-size: 5vw;
}

header #branding img{
    width: 200px;
    padding-bottom: 15px;
    float: left;
}

header #branding figure{
    margin: 0;
}

.ACMColor{
    color: #55b4e0;
}

.ONUColor{
    color: #f26b27;
}

.navWrap{
    padding: 0;
    text-align: center;
}

.pages{
    display: inline-block;
}

.social{
    float: right;
}

.current{
    background-color: #f05032;
    font-weight: bold;
}

header li:hover{
    background-color: #f05032;
    font-weight: bold;
}

/*spotLight*/
#spotLight{
    min-height: 400px;
    width: 100vw;
    background:url('../Images/tech.jpg')no-repeat;
    background-position: center; 
    padding-top: 25px;
    text-align: center;
    color: white;    
}

#spotLight h1{
    margin-top: 100px;
    font-size: 40px;
    margin-bottom: 10px;
}

#spotLight p{
    font-size: 30px;
}

#spotLight a:link{
    color: white;
}

#spotLight a:visited{
    color: white;
}

#spotLight a:hover{
    color: #f26b27;
}

#spotLight a:active{
    color: #f05032;
}

/*content*/

#textStyle1{
    color: white;
    padding-bottom: 50px;
}

#textStyle1 h4{
    margin-top: 0;
    margin-left: 2.5px;
    margin-right: 2.5px;
    margin-bottom: 0;
    text-align: center;
    font-size: 15px;
    background-color: #231f20; 
}

#textStyle1 h3{
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 40px;
    background-color: #f26b27;
    padding-left: 25px; 
}

#textStyle1 h2{
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 30px;
    background-color: #f26b27;
    padding-left: 50px; 
}

#textStyle1 h1{
    margin-top: 10px;
    margin-left: 2.5px;
    margin-right: 2.5px;
    margin-bottom: 0;
    text-align: center;
    font-size: 20px;
    background-color: #f26b27; 
}

#textStyle1 p{
    font-size: 20px;
    padding: 15px;
    margin: 0;
    background-color: #231f20;
    padding-bottom: 35px; 
}

#textStyle1 a{
    color: white;
}

iframe.smallCal{
    background-color: #231f20;
    width: 96%;
    height: 250px;
    padding: 2%;
}

iframe.largeCal{
    background-color: #231f20;
    width: 96%;
    height: 600px;
    padding: 2%;
}

iframe.largeForm{
    background-color: #231f20;
    width: 96%;
    height:675px;
    padding: 2%;
}

.accountLinks{
    font-size: 25px;
    text-align: center;
    padding-bottom: 5px;
    margin: 0;
    background-color: #231f20;
    border-bottom: 5px solid #f05032;
    
}

/*Council index*/
.councilPrevew{
    float: left;
    width: 25%;
    padding: 0px;
}

.councilPrevew:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

img.councilPrevewImg{
    width: 75%;
    padding: 5px;
    margin-bottom: 60px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearRule{
    padding: 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

/*members*/
.membersPrevew{
    float: left;
    width: 20%;
    padding: 0px;
}

.membersPrevew:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

img.councilPrevewImg{
    width: 75%;
    padding: 5px;
    margin-bottom: 60px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*forms*/
form{
    background-color: #231f20;
    padding-top: 10px;
    padding-bottom: 10px;
}

input[type=text], select, input[type=email], input[type=date], input[type=number]{
  width: 95%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 2px solid #f26b27;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

input[type=submit] {
  width: 95%;
  background-color: #f26b27;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

input[type=file]{
  width: 95%;
  background-color: #f26b27;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

label{
    margin-left: 20px;
}

input[type=submit]:hover {
  background-color: #f05032;
}

textarea {
  width: 95%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #f26b27;
  border-radius: 4px;
  resize: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*Sponsors*/
.SponsTierOne{
    /*If there is only one Tier One Sponsor then uncomment lines below and commment out float*/
/*    display: block;
    margin-left: auto;
    margin-right: auto;*/
    float: left;
    width: 50%;
    padding: 0px;
}

.SponsTierTwo{
    float: left;
    width: 33.33%;
    padding: 0px;
}

.SponsTierThree{
    float: left;
    width: 25%;
    padding: 0px;
}

.SponsTierFour{
    float: left;
    width: 20%;
    padding: 0px;
}

.SponsLogo{
    width: 100%;
    padding: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*gallery*/
.row {
  margin: auto;
  width: 98%;
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 32%; /* IE10 */
  flex: 32%;
  max-width: 32%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  cursor: zoom-in;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 768px) {
  .column {
    -ms-flex: 48%;
    flex: 48%;
    max-width: 48%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

#overlay {
  /*background:url('pic_trulli.jpg')no-repeat;*/
  background-position: center; 
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.75);
  z-index: 2;
  cursor: zoom-out;
}

/*footer*/
.nonFooter{
    min-height: 86.5vh;
}

footer{
    color: white;
    text-align: center;
    background-color: #231f20;
    border-top: .5vh solid #f05032;
    padding-top: 3vh;
    min-height: 10vh;
    
}

@media(max-width: 768px){
    header #branding, header #branding img, header #branding h1, header nav, header nav li{
        float: none;
        text-align:center;
        width: 100%
    }
    header #branding h1{
        padding: 0;
        font-size: 7.5vw;
    }   
    
    header #branding img{
        width: 35vw;
    }
    
    header li{
        padding-bottom: 50px;
        padding: 5px;
        margin: 10px;
        float: none;   
    }
    
    li.dropdown{
        display: inline;
    }
    
    header ul{
        padding: 5px;
    }
    
    header .container{
        width: 100vw;
    }
    
    .container{
        width: 85vw;
    }
    
    /*text style 1*/
    #textStyle1 h2, #textStyle1 h3, #textStyle1 h1, .title{
    margin-bottom: 0;
    padding: 0;
    text-align:center;
    }
    
    .title{
        font-size: 40px;
        padding-left: 0;
    }
    
    .portraitWrap img{
        width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto; 
    }
    
    iframe.largeCal{
        height: 350px;
    }
    
    .councilPrevew{
        width: 100%;
    }
}
