

@import 'normalize.css';

/* Change all elements to use border-box */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}


/* Theme Styles */

.background-primary {
    background-color: #F7941E; /*Orange*/
        font-weight: bold;

    
  }
.background-secondary {
    background: #00AEEF; /*Blue*/
            font-weight: bold;

  }
.background-tertiary {
    background: #8DC63F; /*Green*/
            font-weight: bold;

  }

  /*Base Styles*/
  body {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.featuredcontent{
    border: black 1px dotted;
    border-radius: 5px;
}

#sidebar {
   
    background-color: black;
    float: left;
   
    
}

header img{
    width: 50px;
    height: 50px;
}

#frames{
    color:white;
}

#logo{
    height: 70px;
    width: 250px;
   padding-bottom: 20px;
    margin-left: 35%;
    margin-bottom: 20%;
    margin-top: 20%;
    margin-right: 35%;
}

#logo img, .myLogo{
    align-content: center;
    width:159px;
    height:90px;
}
#menubar ul li{
    list-style-type: none;
    padding-top: 5px;
    padding-bottom: 25px;
    
}

#menubar{
   
    text-align: center;
    
}

.ayesha_menu_active_item{
    font-size: 25px;
    background-color: #BD840F;
    text-decoration: underline;
    margin-left: 50px;
    margin-right: 50px;

   
}
#menubar ul li a{
    font-size: 15px;
    letter-spacing: 1px;
    color: silver;
    text-decoration: none;
    text-transform: uppercase;
    font-family: poppins, san-serif;
    line-height: 18px;
}

#menubar ul li a:hover{
    font-size: 25px;
    color: #BD840F;
    text-decoration: underline;
     transition: font-size 0.5s ease;
    -webkit-transition: font-size 0.5s ease;
    -moz-transition: font-size 0.5s ease;
    -o-transition: font-size 0.5s ease;
    -ms-transition: font-size 0.5s ease;
}

 



#footer p{
    color: #F7E156;
    text-align: center;
    letter-spacing: 1px;
    font-family: poppins;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}



.socialmedia{
    height: 30px;
    width: 50%;
    margin-left: 40%;
    margin-bottom: 10%;
}

.socialmedia img{
    padding-right: 5px;
    width: 35px;
    height: 25px;
}
#clear{
    clear: both;
}

#rightsidebar{
   
    float: right;
    
}

/* Dropdown Button */
.dropbtn {
   background-color: black;
    color: silver;
    font-size: 15px;
    letter-spacing: 1px;
    color: silver;
    text-decoration: none;
    text-transform: uppercase;
    font-family: poppins, san-serif;
    line-height: 18px;
    border: none;
    cursor: pointer;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 30px;
     
}

.dropbtn:hover{
     font-size: 25px;
    color: #BD840F;
    text-decoration: underline;
     transition: font-size 0.5s ease;
    -webkit-transition: font-size 0.5s ease;
    -moz-transition: font-size 0.5s ease;
    -o-transition: font-size 0.5s ease;
    -ms-transition: font-size 0.5s ease;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: silver;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    font-weight: bold;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #DB7740;
    
    
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
   
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: black;
}

/* contact page*/

/* photopage* social media incon color: 013634*/

#authornote{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 500px;
    margin-bottom: 200px;
   background-color: bisque;
   
}


#linkspan {
    border-radius: 5px;
	border: 2px solid #6495ED;
	background-color: #BCD2EE;
	height: 50px;
	width: 120px;
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: black;
}

#image img{
    margin-top: 10px;
    margin-left: 10px;
    width: 600px;
    height: 600px;
    align-content: center;
    border-style:solid;
    border-color:#013634;
}
#image figcaption{
   align-content: center;
    margin-left: 200px;
}


/*Layout Styles*/

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
}

.row{
    margin-right: -15px;
    margin-left:-15px;
}

.row:after{
    content:"";
    display: table;
    clear: both;
}

[class*='col-'] {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 48em) {

    [class*='col-'] {
        float: left;
    }
    /* Column Third */
    .col-1-3 {
        width: 33.3333%;
    }
    /* Column Two Thirds */
    .col-2-3 {
        width: 66.6666%;
    }

    .pull-right-sm {
        float:right;
    }

}

