/*!
Theme Name: Duke/UNC Conference
Author: SDS Fuqua
Description: Theme for the Duke/UNC conference
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dukeunc-conference
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Duke/UNC Conferences is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*//*!


/***************************
Styles that override Fuqua Standard Theme go here
Conferences Dual Branding Styles that distinguish it from the Fuqua Standard theme 
****************************/

@media (min-width: 1180px) {
  nav.mainNav {
  	margin-left: 28%;
  }
}
.kenanFlaglerLogo {
	background: #4B9CD3;
	width: 122px;
	height: 122px;
	left: 165px;
	padding: 30px 1rem;
  position: absolute;
	overflow: hidden;
	z-index: 5;	
}
@media (min-width: 1179px) {
  nav .logo-container {
    margin-left: -29%;
    margin-top: -60px;
  }
}
@media (max-width: 1179px) {
 footer .logo {
   width: 94px;
   height: 94px;
   display: block;
   clear: both;
   position: relative;
   left: 0;
   margin-top: 1rem;
   &:first-of-type {
     margin-top: 0;
   }
 } 
 footer .kenanFlaglerLogo {
   padding: 26px 1rem;
 }
}

@media (min-width: 1261px) {
  nav .logo-container {
    margin-left: -364px;
  }
}