/* Start from top and work to bottom */ /* change header color bkground color */ header.tc-header { background-color: #9EBBF2; color: #ffffff; important! } /* change position color of single line site title */ a.site-title { color:#000000; float: left; white-space: nowrap; padding-left: .25em; } /* set the params of the navbar */ .tc-header, .navbar-inner { position: relative; top: 0%; left: 0px; } /* set color and effect on navbar items */ .navbar .brand, .navbar .nav>li>a { text-shadow: none !important; color: #000000 } /* Set color - current menu item */ .navbar .nav > li.current-menu-item>a { color: #000000; font-size: 20px; font-weight: bold; border-bottom: 5px solid #000000; } /* Set color dark blue hover menu item */ .navbar .nav > li > a:hover { color: #1B249D; font-weight: bold; text-shadow: none; } /* Set color dark blue menu item clicked */ .navbar .nav > li > a:active { color: #1B249D; font-weight: bold; text-shadow: none; } /* Set color dark blue current dropdown menu item */ .dropdown-menu > li.current-menu-item> a { color: #1B249D; font-style: bold; } /* Set color - hover on dropdown Menu */ .dropdown-menu > li > a:hover { color: #1B249D; font-weight: bold; } /* dropdown Menu items */ .tc-regular-menu .navbar .nav > li.current-menu-ancestor > a { color: #1B249D; font-weight: bold; border-bottom: 5px solid #000000; } /* Set white bkgrd + black border on dropdown menu */ .dropdown-menu { border: 2px solid #000000; background: #ffffff; } /* get rid of line below header */ header.tc-header { border-bottom: 0; } /* put caption at top of slider */ .carousel-caption { position: absolute; max-width: 90%; top: -3%; } /* align caption in the middle */ .carousel .item { text-align: center; } /* move action button further down */ .carousel-caption .btn { margin-top: 5em; margin-left: 8em; } /* change the background color */ body { background: none repeat scroll 0 0 #9EBBF2; color: #000000; padding-bottom: 0; } /* set the background color for Events */ body.page-id-27 { } /* Set the color of the internal body */ #main-wrapper { background-color: #9EBBF2; } /* background image contact page div */ div.contact { background-color: transparent; !important; background-image: url("https://f65.385.godaddywp.com/wp-content/uploads/2017/11/IMG_6728.jpg"); repeat 0 0 ; } /* div full width Home pg bkgrnd image */ div.homepage-background-image { background-image: url("https://f65.385.godaddywp.com/wp-content/uploads/2017/11/Guam-show.jpg"); width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; text-align: center; background-repeat: no-repeat; background-size:cover; min-height: 250px; max-height: 400px; } div.form { width: 50vw; position: relative; padding-left: 0%; padding-right: 0%; } div.intro { margin: auto; width: 50%; padding: 1em 3% 1em 3%; border: 2px solid black; border-radius: 10px; background: #ffffff; text-align: center; } div.event { margin: auto; width: 50%; padding: 1em 3% 1em 3%; border: 2px solid black; border-radius: 10px; background: #ffffff; text-align: center; } /* set parameters for page copy */ div.pagecopy { } /* Blockquote for testimonials */ blockquote.TRRstyle { margin-left: 15%; margin-right: 15%; padding-top: 20px; padding-bottom: 20px; padding-left: 5%; padding-right: 5%; background-color: #DFE6EF; color: black; border-left: 15px solid #0E48A0; } /* Basic header parameters */ h1 { text-align: center; font-size: 2em; } h2 { text-align: center; display: inline; font-size: 1.65em; color: #333399; } h3 { text-align: center; font-size: 1.25em; color: #333399; } h4 { text-align: center; font-size: 1em; } /* set HOME page paragraph spacing and width */ p.home { margin-top: 15px; margin-bottom: 15px; margin-right: 12%; margin-left: 12%; } /* set MGMT paragraph size for MGMT page */ p.mgmt { margin-top: 5px; margin-bottom: 5px; margin-right: 15%; margin-left: 0%; padding-top: 20px; padding-bottom: 20px; } /* set FULL paragraph size for BLOG margins */ p.full { margin-top: .5em; margin-bottom: 2em; margin-right: 10%; margin-left: 10%; } /* set quote paragraph margins */ p.qte { margin-top: 5px; margin-bottom: 10px; margin-right: 20%; margin-left: 20%; } /* set sub paragraph width */ p.sub { margin-right: 20%; margin-left: 20%; padding: 4em 0 3em 0; } /* the end of paragraph formats */ /* special addition for Edge */ html{-ms-overflow-style: scrollbar;} body{-ms-overflow-style: scrollbar;} /* setting space between list items */ article ul li { margin-bottom: 12px; } /* end of list item adjustments */ /* Remove Page/Post icon */ .page #main-wrapper h1.format-icon:before { content: none; } /* Reduce whitespace */ #main-wrapper {  margin-bottom: 0px; } /* Change Background, Border, Font/Color as needed  */ footer#footer .colophon { background:    #7F82AF; } /* Change font-size, alignment as needed  */ footer#footer .colophon  p, footer#footer .colophon a { color:          white; font-size:      1.5em ; text-align:     center; line-height:    1.2em ; } /* change color of colophon and credits */ div.colophon { background: #9EBBF2 !important; } /* START OF Remove Grey Bar and Whitespace from Footer */ /* Remove grey bar */ footer#footer { border-top: none; }