1
0
Pārlūkot izejas kodu

Merge branch 'master' of git.mmnx.de:Moe/ams2016

Moritz Schmidt 9 gadi atpakaļ
vecāks
revīzija
434e2ce18e
4 mainītis faili ar 511 papildinājumiem un 483 dzēšanām
  1. 27 0
      functions.php
  2. 73 73
      header.php
  3. 1 1
      index.php
  4. 410 409
      style.css

+ 27 - 0
functions.php

@@ -153,6 +153,7 @@ function ams_post_box_save( $post_id, $post ) {
 global $tdaSlider; // TODO: remove this
 
 $tdaSlider = array(
+<<<<<<< HEAD
     "TdA2016" => array(
     "url" => "https://ams.mmnx.de/wp-content/uploads/2016/11/",
     "tag-der-architektur-2016-01.jpg",
@@ -171,6 +172,9 @@ $tdaSlider = array(
     "tag-der-architektur-2016-14.jpg",
   ),
     "TdA2015" => array(
+=======
+  "TdA2015" => array(
+>>>>>>> 28dd4cf5b95c1cbc59eae0697c57deea578e3494
     "url" => "https://ams.mmnx.de/wp-content/uploads/2016/11/",
     "tag-der-architektur-2015-01.jpg",
     "tag-der-architektur-2015-02.jpg",
@@ -593,6 +597,7 @@ $tdaSlider = array(
     "url" => "https://ams.mmnx.de/wp-content/uploads/2016/11/",
     "lehrerfortbildung-2016-01.jpg",
     "lehrerfortbildung-2016-02.jpg",
+<<<<<<< HEAD
     "lehrerfortbildung-2016-03.jpg",
     "lehrerfortbildung-2016-04.jpg",
     "lehrerfortbildung-2016-05.jpg",
@@ -635,6 +640,28 @@ $tdaSlider = array(
     "koop-wald­park­schule-heidelberg-2015-28.jpg",
     "koop-wald­park­schule-heidelberg-2015-29.jpg"
     ),
+=======
+    "lehrerfortbildung-2016-03.jpg"
+  ),
+  "TdA2016" => array(
+    "url" => "https://ams.mmnx.de/wp-content/uploads/2016/11/",
+    "tag-der-architektur-2016-01.jpg",
+    "tag-der-architektur-2016-02.jpg",
+    "tag-der-architektur-2016-03.jpg",
+    "tag-der-architektur-2016-04.jpg",
+    "tag-der-architektur-2016-05.jpg",
+    "tag-der-architektur-2016-06.jpg",
+    "tag-der-architektur-2016-07.jpg",
+    "tag-der-architektur-2016-08.jpg",
+    "tag-der-architektur-2016-09.jpg",
+    "tag-der-architektur-2016-10.jpg",
+    "tag-der-architektur-2016-11.jpg",
+    "tag-der-architektur-2016-12.jpg",
+    "tag-der-architektur-2016-13.jpg",
+    "tag-der-architektur-2016-14.jpg",
+  )
+
+>>>>>>> 28dd4cf5b95c1cbc59eae0697c57deea578e3494
 );
 
 // [carousel id="TdA2016"]

+ 73 - 73
header.php

@@ -1,73 +1,73 @@
-<!DOCTYPE html>
-<html <?php language_attributes(); ?>>
-  <head>
-    <meta charset="<?php bloginfo( 'charset' ); ?>">
-    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-    <meta http-equiv="x-ua-compatible" content="ie=edge">
-
-    <title><?php wp_title(); ?></title>
-    <link rel="profile" href="http://gmpg.org/xfn/11" />
-    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
-
-    <?php wp_head(); ?>
-
-    <link href='https://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
-    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
-  </head>
-  <body>
-    <div id="top"></div><?php
-    if(is_front_page()) {?>
-      <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
-        <ol class="carousel-indicators">
-          <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
-          <li data-target="#carousel-example-generic" data-slide-to="1"></li>
-          <li data-target="#carousel-example-generic" data-slide-to="2"></li>
-        </ol>
-        <div class="carousel-inner" role="listbox">
-          <div class="carousel-item active">
-            <img src="https://ams.mmnx.de/wp-content/uploads/2016/09/TdAKuJ_2012_Slider01.jpg" alt="First slide">
-          </div>
-          <div class="carousel-item">
-            <img src="https://ams.mmnx.de/wp-content/uploads/2016/09/lehrerfortbildung_a.jpg" alt="Second slide">
-          </div>
-          <div class="carousel-item">
-            <img src="https://ams.mmnx.de/wp-content/uploads/2016/09/teaser.png" alt="Third slide">
-          </div>
-        </div>
-        <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
-          <span class="icon-prev" aria-hidden="true"><i class="fa fa-chevron-left" aria-hidden="true"></i></span>
-          <span class="sr-only">Previous</span>
-        </a>
-        <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
-          <span class="icon-next" aria-hidden="true"><i class="fa fa-chevron-right" aria-hidden="true"></i></span>
-          <span class="sr-only">Next</span>
-        </a>
-      </div><!--/carousel--><?php
-    } ?>
-
-    <nav id="nav" class="navbar navbar-light bg-faded fixedsticky">
-      <div class="container">
-        <div class="clearfix">
-          <button class="navbar-toggler pull-xs-right hidden-sm-up" type="button" data-toggle="collapse" data-target="#ams-topnav" aria-controls="bd-main-nav" aria-expanded="false" aria-label="Toggle navigation">
-            ☰
-          </button>
-          <a class="navbar-brand hidden-sm-up" href="/">
-            <?php bloginfo('name'); ?>
-          </a>
-        </div>
-
-        <?php
-          wp_nav_menu( array(
-            'menu'              => 'primary',
-            'theme_location'    => 'primary',
-            'depth'             => 2,
-            'container'         => 'div',
-            'container_class'   => 'collapse navbar-toggleable-xs',
-            'container_id'      => 'ams-topnav',
-            'menu_class'        => 'nav navbar-nav',
-            'fallback_cb'       => 'wp_bootstrap_navwalker::fallback',
-            'walker'            => new wp_bootstrap_navwalker())
-          );
-        ?>
-      </div>
-    </nav>
+<!DOCTYPE html>
+<html <?php language_attributes(); ?>>
+  <head>
+    <meta charset="<?php bloginfo( 'charset' ); ?>">
+    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+
+    <title><?php wp_title(); ?></title>
+    <link rel="profile" href="http://gmpg.org/xfn/11" />
+    <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
+
+    <?php wp_head(); ?>
+
+    <link href='https://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
+    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
+  </head>
+  <body>
+    <div id="top"></div><?php
+    if(is_front_page()) {?>
+      <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
+        <ol class="carousel-indicators">
+          <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
+          <li data-target="#carousel-example-generic" data-slide-to="1"></li>
+          <li data-target="#carousel-example-generic" data-slide-to="2"></li>
+        </ol>
+        <div class="carousel-inner" role="listbox">
+          <div class="carousel-item active">
+            <img src="https://ams.mmnx.de/wp-content/uploads/2016/11/TdAKuJ_2012_Slider01.jpg" alt="First slide">
+          </div>
+          <div class="carousel-item">
+            <img src="https://ams.mmnx.de/wp-content/uploads/2016/11/lehrerfortbildung_a.jpg" alt="Second slide">
+          </div>
+          <div class="carousel-item">
+            <img src="https://ams.mmnx.de/wp-content/uploads/2016/11/teaser.png" alt="Third slide">
+          </div>
+        </div>
+        <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
+          <span class="icon-prev" aria-hidden="true"><i class="fa fa-chevron-left" aria-hidden="true"></i></span>
+          <span class="sr-only">Previous</span>
+        </a>
+        <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
+          <span class="icon-next" aria-hidden="true"><i class="fa fa-chevron-right" aria-hidden="true"></i></span>
+          <span class="sr-only">Next</span>
+        </a>
+      </div><!--/carousel--><?php
+    } ?>
+
+    <nav id="nav" class="navbar navbar-light bg-faded fixedsticky">
+      <div class="container">
+        <div class="clearfix">
+          <button class="navbar-toggler pull-xs-right hidden-sm-up" type="button" data-toggle="collapse" data-target="#ams-topnav" aria-controls="bd-main-nav" aria-expanded="false" aria-label="Toggle navigation">
+            ☰
+          </button>
+          <a class="navbar-brand hidden-sm-up" href="/">
+            <?php bloginfo('name'); ?>
+          </a>
+        </div>
+
+        <?php
+          wp_nav_menu( array(
+            'menu'              => 'primary',
+            'theme_location'    => 'primary',
+            'depth'             => 2,
+            'container'         => 'div',
+            'container_class'   => 'collapse navbar-toggleable-xs',
+            'container_id'      => 'ams-topnav',
+            'menu_class'        => 'nav navbar-nav',
+            'fallback_cb'       => 'wp_bootstrap_navwalker::fallback',
+            'walker'            => new wp_bootstrap_navwalker())
+          );
+        ?>
+      </div>
+    </nav>

+ 1 - 1
index.php

@@ -127,7 +127,7 @@
 
           } else if(get_post_meta(get_the_ID(), 'ams_partners', true)) { // Partner
 
-            $partnerQuery = new WP_Query( array( 'post_type' => 'partners', 'orderby' => 'title', 'order' => 'ASC' ) );
+            $partnerQuery = new WP_Query( array( 'post_type' => 'partners', 'order' => 'ASC' ) );
             if($partnerQuery->have_posts()) { ?>
               <div id="post-<?php the_ID(); ?>" class="content-wrapper">
                 <div class="relcontainer">

+ 410 - 409
style.css

@@ -1,410 +1,411 @@
-/*
-Theme Name: AmS 2016
-Theme URI: http://architekturmachtschule.de/
-Author: Moritz Schmidt
-Author URI: https://mmnx.de/
-Description: n/a
-Version: 1.0
-License: GNU General Public License v2 or later
-License URI: http://www.gnu.org/licenses/gpl-2.0.html
-Tags:
-Text Domain: ams2016
-*/
-
-.carousel-control {
-  background: none !important;
-}
-
-.carousel-control .icon-next::before, .carousel-control .icon-prev::before {
-  content: none;
-}
-
-.carousel-control .icon-next .fa-chevron-right:before, .carousel-control .icon-prev .fa-chevron-left:before {
-  position: absolute;
-  left: 16px; /* 25 */
-  top: 9px; /* 18 */
-  font-size: 2rem; /* 50px */
-}
-
-.carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left {
-  background: #008238;
-  border-radius: 50%;
-  padding: 1.5rem; /* 40px */
-}
-
-.carousel-control .icon-prev .fa-chevron-left:before {
-  left: 10px; /* 18 */
-}
-
-.carousel-inner > .carousel-item > img {
-  width: 100%;
-}
-
-.carousel-control .icon-prev, .carousel-control .icon-next {
-  top: 35%;
-}
-
-.carousel-control .icon-next {
-  right: 100%;
-}
-
-.carousel {
-  max-height: 350px;
-  overflow: hidden;
-}
-
-.navbar {
-  background: #C0C0C0;
-  position: -webkit-sticky;
-  position: sticky;
-  top: 0;
-  width: 100%;
-  border-radius: 0;
-  z-index: 99;
-}
-
-.navbar-brand {
-  font-size: 1.15rem;
-}
-
-.beam {
-  margin-top: 50px;
-  margin-bottom: 50px;
-  text-align: center;
-  font-family: 'Special Elite', cursive;
-}
-
-.beam h1 {
-  font-size: 60px;
-  text-align: left;
-}
-
-.beam + .container {
-  font-family: 'Special Elite', cursive;
-  font-size: 18px;
-  line-height: 30px;
-}
-
-/*.beam > .container > * {
-  margin: 0;
-  text-transform: uppercase;
-}*/
-
-.beam ~ .beam {
-  margin-top: 50px;
-}
-
-.teaser {
-  font-size: 27px;
-  line-height: 35px;
-  color: #000000;
-}
-
-.content-wrapper {
-  position: relative;
-  padding: 0;
-  padding-top: 1px;
-  margin-top: -1px;
-  margin-bottom: 25px;
-}
-
-.content-wrapper:first-of-type {
-  padding-top: 1px;
-  margin-top: -1px; /* weird bug idk */
-}
-
-.content-wrapper::before {
-  content: " ";
-  position: absolute;
-  width: 100%;
-  height: 100%;
-
-  /*background: url(img/bg.jpg) repeat-y center;*/
-  background: #00004d;
-  background-size: cover;
-  opacity: 0.2;
-}
-
-.content-wrapper:nth-child(2n)::before {
-  background: url(img/ams_hintergrund.png) no-repeat center fixed;
-  background-size: 100% auto;
-}
-
-.content-wrapper:nth-child(3n)::before {
-  /*background: url(img/bg2.jpg) repeat-y center;*/
-  background: #004d00;
-}
-
-#tda-slider .card {
-  max-width: 20rem;
-  margin-right: 25px;
-}
-
-.card-img-top {
-  margin: 0 auto;
-}
-
-#tda-slider {
-  margin-top: 25px;
-}
-
-#partners .col-md-4 {
-  display: flex;
-}
-
-#partners .card {
-  width: 100%;
-}
-
-.tda-gallery {
-  padding-top: 25px;
-}
-
-.tda-content {
-  padding-top: 25px;
-  max-height: 350px;
-  overflow: auto;
-}
-
-.tda-content a {
-  color: inherit;
-}
-
-.tag-pill {
-  color: white;
-  background: black;
-  padding: 20px 25px;
-  font-size: 25px;
-}
-
-#single, #tdas-single {
-  margin-bottom: 0;
-}
-
-#tdas-single h1 {
-  margin-top: 10px;
-}
-
-#tdas-single span.tag {
-  padding: 21px 31px;
-  padding-top: 30px;
-}
-
-.slick-slide {
-  margin: 10px;
-}
-
-.navbar-light .navbar-nav .nav-link {
-  color: rgba(0, 0, 0, 0.7);
-}
-
-.text-muted {
-  color: #5f676d !important;
-}
-
-.relcontainer {
-  position: relative;
-}
-
-.tda-hover {
-  position: absolute;
-  left: 0;
-  top: 0;
-  width: 100%;
-  height: 100%;
-  background: rgba(0, 0, 0, 0.3);
-}
-
-.tda-hover .relcontainer {
-  width: 100%;
-  height: 100%;
-}
-
-.tda-hover .relcontainer span {
-  position: absolute;
-  left: 50%;
-  top: 50%;
-  transform: translate(-50%, -50%);
-  color: #fff;
-  font-size: 50px;
-}
-
-.tda-item img {
-  width: 100%;
-  height: 100%;
-}
-
-.slick-prev:before, .slick-next:before {
-  color: #008238;
-}
-
-.slick-slider .icon-next, .slick-slider .icon-prev {
-  position: absolute;
-  top: 50%;
-  display: block;
-  width: 30px;
-  height: 30px;
-  padding: 0;
-  -webkit-transform: translate(0, -50%);
-  -ms-transform: translate(0, -50%);
-  transform: translate(0, -50%);
-  background: #008238;
-  padding: 20px;
-  border-radius: 50%;
-  opacity: 0.4;
-  transition: opacity 0.3s ease;
-}
-
-.slick-slider .icon-next:hover, .slick-slider .icon-prev:hover {
-  opacity: 1;
-}
-
-.slick-slider .icon-next > .fa, .slick-slider .icon-prev > .fa {
-  color: #fff;
-  font-weight: 900;
-}
-
-.slick-slider .icon-next > .fa:before {
-  position: absolute;
-  left: 12px;
-  top: 10px;
-  font-size: 25px;
-}
-
-.slick-slider .icon-prev > .fa:before {
-  position: absolute;
-  left: 9px;
-  top: 10px;
-  font-size: 25px;
-}
-
-.slick-slider .icon-next {
-  right: 5px;
-  z-index: 5;
-}
-
-.slick-slider .icon-prev {
-  left: 5px;
-  z-index: 5;
-}
-
-.b-to-top {
-  text-align: center;
-  padding-bottom: 5px;
-}
-
-.b-to-top a {
-  background: grey;
-  border-radius: 50%;
-  padding: 0.3rem 0.4rem;
-  color: white;
-}
-
-.tda-item .tda-hover {
-  transition: transform 0.7s ease;
-  transform: scale(0, 0);
-}
-
-.tda-item:hover .tda-hover {
-  transform: scale(1, 1);
-}
-
-.footer-wrapper {
-  font-family: 'Special Elite', cursive;
-  background: #C0C0C0;
-}
-
-footer p {
-  margin-top: 1rem;
-}
-
-footer p a {
-  color: #373a3c;
-}
-
-a:hover {
-  text-decoration: none;
-}
-
-.card a {
-  color: inherit;
-}
-
-.navbar-nav .nav-item:first-child {
-  margin-left: 0;
-}
-
-.card a:hover {
-  color: #014c8c;
-}
-
-#ams-topnav {
-  font-family: 'Special Elite', cursive;
-}
-
-.jumper {
-  position: absolute;
-  top: -50px;
-}
-
-@media(min-width: 544px) {
-  .menu-item.dropdown::after {
-    content: "\f0d7";
-    font: normal normal normal 14px/1 FontAwesome;
-    position: absolute;
-    right: -12px;
-    top: 12px;
-  }
-
-  .carousel-control .icon-next .fa-chevron-right:before, .carousel-control .icon-prev .fa-chevron-left:before {
-
-  }
-
-  .carousel-control .icon-prev, .carousel-control .icon-next {
-    top: 50%;
-  }
-}
-
-@media (min-width: 768px) {
-
-  .navbar-nav .nav-item {
-    margin-left: 1rem;
-  }
-
-}
-
-@media (min-width: 992px) {
-  span.tag {
-    left: -15px;
-    position: absolute;
-  }
-}
-
-@media (min-width: 1280px) {
-  .slick-slider .icon-next, .slick-slider .icon-prev {
-    width: 80px;
-    height: 80px;
-  }
-
-  .slick-slider .icon-next > .fa:before {
-    position: absolute;
-    left: 25px;
-    top: 19px;
-    font-size: 50px;
-  }
-
-  .slick-slider .icon-prev > .fa:before {
-    position: absolute;
-    left: 15px;
-    top: 17px;
-    font-size: 50px;
-  }
-
-  .slick-slider .icon-next {
-    right: -105px;
-  }
-
-  .slick-slider .icon-prev {
-    left: -105px;
-  }
+/*
+Theme Name: AmS 2016
+Theme URI: http://architekturmachtschule.de/
+Author: Moritz Schmidt
+Author URI: https://mmnx.de/
+Description: n/a
+Version: 1.0
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+Tags:
+Text Domain: ams2016
+*/
+
+.carousel-control {
+  background: none !important;
+}
+
+.carousel-control .icon-next::before, .carousel-control .icon-prev::before {
+  content: none;
+}
+
+.carousel-control .icon-next .fa-chevron-right:before, .carousel-control .icon-prev .fa-chevron-left:before {
+  position: absolute;
+  left: 16px; /* 25 */
+  top: 9px; /* 18 */
+  font-size: 2rem; /* 50px */
+}
+
+.carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left {
+  background: #008238;
+  border-radius: 50%;
+  padding: 1.5rem; /* 40px */
+}
+
+.carousel-control .icon-prev .fa-chevron-left:before {
+  left: 10px; /* 18 */
+}
+
+.carousel-inner > .carousel-item > img {
+  width: 100%;
+}
+
+.carousel-control .icon-prev, .carousel-control .icon-next {
+  top: 35%;
+}
+
+.carousel-control .icon-next {
+  right: 100%;
+}
+
+.carousel {
+  max-height: 350px;
+  overflow: hidden;
+}
+
+.navbar {
+  background: #C0C0C0;
+  position: -webkit-sticky;
+  position: sticky;
+  top: 0;
+  width: 100%;
+  border-radius: 0;
+  z-index: 99;
+}
+
+.navbar-brand {
+  font-size: 1.15rem;
+}
+
+.beam {
+  margin-top: 50px;
+  margin-bottom: 50px;
+  text-align: center;
+  font-family: 'Special Elite', cursive;
+}
+
+.beam h1 {
+  font-size: 60px;
+  text-align: left;
+}
+
+.beam + .container {
+  font-family: 'Special Elite', cursive;
+  font-size: 18px;
+  line-height: 30px;
+}
+
+/*.beam > .container > * {
+  margin: 0;
+  text-transform: uppercase;
+}*/
+
+.beam ~ .beam {
+  margin-top: 50px;
+}
+
+.teaser {
+  font-size: 27px;
+  line-height: 35px;
+  color: #000000;
+}
+
+.content-wrapper {
+  position: relative;
+  padding: 0;
+  padding-top: 1px;
+  margin-top: -1px;
+  margin-bottom: 25px;
+}
+
+.content-wrapper:first-of-type {
+  padding-top: 1px;
+  margin-top: -1px; /* weird bug idk */
+}
+
+.content-wrapper::before {
+  content: " ";
+  position: absolute;
+  width: 100%;
+  height: 100%;
+
+  /*background: url(img/bg.jpg) repeat-y center;*/
+  background: #00004d;
+  background-size: cover;
+  opacity: 0.2;
+}
+
+.content-wrapper:nth-child(2n)::before {
+  background: url(img/ams_hintergrund.png) no-repeat center fixed;
+  background-size: 100% auto;
+}
+
+.content-wrapper:nth-child(3n)::before {
+  /*background: url(img/bg2.jpg) repeat-y center;*/
+  background: #004d00;
+}
+
+#tda-slider .card {
+  max-width: 20rem;
+  margin-right: 25px;
+}
+
+.card-img-top {
+  margin: 0 auto;
+}
+
+#tda-slider {
+  margin-top: 25px;
+}
+
+#partners .col-md-4 {
+  display: flex;
+}
+
+#partners .card {
+  width: 100%;
+}
+
+.tda-gallery {
+  padding-top: 25px;
+}
+
+.tda-content {
+  padding-top: 25px;
+  max-height: 350px;
+  overflow: auto;
+}
+
+.tda-content a {
+  color: inherit;
+}
+
+.tag-pill {
+  color: white;
+  background: black;
+  padding: 20px 25px;
+  font-size: 25px;
+}
+
+#single, #tdas-single {
+  margin-bottom: 0;
+}
+
+#tdas-single h1 {
+  margin-top: 10px;
+}
+
+#tdas-single span.tag {
+  padding: 21px 31px;
+  padding-top: 30px;
+}
+
+.slick-slide {
+  margin: 10px;
+}
+
+.navbar-light .navbar-nav .nav-link {
+  color: rgba(0, 0, 0, 0.7);
+}
+
+.text-muted {
+  color: #5f676d !important;
+}
+
+.relcontainer {
+  position: relative;
+}
+
+.tda-hover {
+  position: absolute;
+  left: 0;
+  top: 0;
+  width: 100%;
+  height: 100%;
+  background: rgba(0, 0, 0, 0.3);
+}
+
+.tda-hover .relcontainer {
+  width: 100%;
+  height: 100%;
+}
+
+.tda-hover .relcontainer span {
+  position: absolute;
+  left: 50%;
+  top: 50%;
+  transform: translate(-50%, -50%);
+  color: #fff;
+  font-size: 2.3rem;
+}
+
+.tda-item img {
+  width: 100%;
+  height: 100%;
+}
+
+.slick-prev:before, .slick-next:before {
+  color: #008238;
+}
+
+.slick-slider .icon-next, .slick-slider .icon-prev {
+  position: absolute;
+  top: 50%;
+  display: block;
+  width: 30px;
+  height: 30px;
+  padding: 0;
+  -webkit-transform: translate(0, -50%);
+  -ms-transform: translate(0, -50%);
+  transform: translate(0, -50%);
+  background: #008238;
+  padding: 20px;
+  border-radius: 50%;
+  opacity: 0.4;
+  transition: opacity 0.3s ease;
+}
+
+.slick-slider .icon-next:hover, .slick-slider .icon-prev:hover {
+  opacity: 1;
+}
+
+.slick-slider .icon-next > .fa, .slick-slider .icon-prev > .fa {
+  color: #fff;
+  font-weight: 900;
+}
+
+.slick-slider .icon-next > .fa:before {
+  position: absolute;
+  left: 12px;
+  top: 10px;
+  font-size: 25px;
+}
+
+.slick-slider .icon-prev > .fa:before {
+  position: absolute;
+  left: 9px;
+  top: 10px;
+  font-size: 25px;
+}
+
+.slick-slider .icon-next {
+  right: 5px;
+  z-index: 5;
+}
+
+.slick-slider .icon-prev {
+  left: 5px;
+  z-index: 5;
+}
+
+.b-to-top {
+  text-align: center;
+  padding-bottom: 5px;
+}
+
+.b-to-top a {
+  background: grey;
+  border-radius: 50%;
+  padding: 0.4rem;
+  color: white;
+  display: inline-flex;
+}
+
+.tda-item .tda-hover {
+  transition: transform 0.7s ease;
+  transform: scale(0, 0);
+}
+
+.tda-item:hover .tda-hover {
+  transform: scale(1, 1);
+}
+
+.footer-wrapper {
+  font-family: 'Special Elite', cursive;
+  background: #C0C0C0;
+}
+
+footer p {
+  margin-top: 1rem;
+}
+
+footer p a {
+  color: #373a3c;
+}
+
+a:hover {
+  text-decoration: none;
+}
+
+.card a {
+  color: inherit;
+}
+
+.navbar-nav .nav-item:first-child {
+  margin-left: 0;
+}
+
+.card a:hover {
+  color: #014c8c;
+}
+
+#ams-topnav {
+  font-family: 'Special Elite', cursive;
+}
+
+.jumper {
+  position: absolute;
+  top: -50px;
+}
+
+@media(min-width: 544px) {
+  .menu-item.dropdown::after {
+    content: "\f0d7";
+    font: normal normal normal 14px/1 FontAwesome;
+    position: absolute;
+    right: -12px;
+    top: 12px;
+  }
+
+  .carousel-control .icon-next .fa-chevron-right:before, .carousel-control .icon-prev .fa-chevron-left:before {
+
+  }
+
+  .carousel-control .icon-prev, .carousel-control .icon-next {
+    top: 50%;
+  }
+}
+
+@media (min-width: 768px) {
+
+  .navbar-nav .nav-item {
+    margin-left: 1rem;
+  }
+
+}
+
+@media (min-width: 992px) {
+  span.tag {
+    left: -15px;
+    position: absolute;
+  }
+}
+
+@media (min-width: 1280px) {
+  .slick-slider .icon-next, .slick-slider .icon-prev {
+    width: 80px;
+    height: 80px;
+  }
+
+  .slick-slider .icon-next > .fa:before {
+    position: absolute;
+    left: 25px;
+    top: 19px;
+    font-size: 50px;
+  }
+
+  .slick-slider .icon-prev > .fa:before {
+    position: absolute;
+    left: 15px;
+    top: 17px;
+    font-size: 50px;
+  }
+
+  .slick-slider .icon-next {
+    right: -105px;
+  }
+
+  .slick-slider .icon-prev {
+    left: -105px;
+  }
 }